home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1987 March / Ahoy_Magazine_87-03_1987_Double_L_Side_B.d64 / wheel of $.txt < prev    next >
Text File  |  2022-10-26  |  4KB  |  143 lines

  1. WHEEL OF FORTUNE
  2.  
  3. by Richard Bain
  4.  
  5. The Wheel of Fortune is the most
  6. popular game show on television. Now
  7. you can play this game at home using
  8. COMAL 0.14. I tried to make my game
  9. as close to the television game as
  10. possible.
  11.  
  12. Wheel'of'fortune can be played by one
  13. person or many. There are four
  14. rounds; the winner goes to the bonus
  15. round. One special feature of the
  16. game is the option of having a host.
  17. Normally, no host is needed since an
  18. external file can supply phrases for
  19. you to guess. This can be the file
  20. supplied or one that you create using
  21. the random file editor. However, once
  22. you play the game awhile, you may
  23. find that you get the same puzzles
  24. over again. One alternative is to let
  25. one of the players be a host. The
  26. host types in the puzzles, so the
  27. other players continually get new
  28. ones. Of course the host doesn't get
  29. to guess the puzzles. One or two
  30. players can use puzzles supplied by
  31. the computer. Large groups can have
  32. different people take turns being
  33. host.
  34.  
  35. I added extra features to the game to
  36. make it more fun. When you spin the
  37. wheel, you actually see a wheel. I
  38. couldn't make the wheel spin, due to
  39. limited speed and memory of COMAL
  40. 0.14, so I made it like a roulette
  41. wheel. A ball rolls around the wheel
  42. until it gradually comes to a stop.
  43. (Hope it makes it past bankrupt and
  44. lose your turn.) Sound effects make
  45. this even more realistic.
  46.  
  47. RULES
  48.  
  49. When the game starts, decide if there
  50. is a host. Then say how many players
  51. there are and their names (the host
  52. is not considered to be a player).
  53. There are four rounds. The players
  54. rotate starting a round. During your
  55. turn, you have three options:
  56. spinning the wheel, buying a vowel,
  57. or solving the puzzle (follow the
  58. prompts to see how to do this).
  59.  
  60. After spinning the wheel, you will
  61. see bankrupt, lose your turn, or an
  62. amount of money between $200 and
  63. $1000. Bankrupt means your lose all
  64. your money from the current round,
  65. but you keep winnings from the
  66. previous rounds. You also lose your
  67. turn. "Lose your turn" means just
  68. that, but you keep your money. If you
  69. see a dollar amount, then type a
  70. letter (vowels are not accepted). If
  71. the letter is in the puzzle and has
  72. not been guessed before, you get
  73. money for each time the letter
  74. appears. If the letter has been
  75. guessed before or is not in the
  76. puzzle, you lose your turn. Keep an
  77. eye on the used letter board.
  78.  
  79. It costs $250 to choose a vowel. If
  80. you choose a vowel but don't have
  81. enough money, or if the vowel you
  82. guess is not in the puzzle, you lose
  83. your turn. If the vowel you guess is
  84. in the puzzle, your turn continues.
  85.  
  86. To solve the puzzle, you must type in
  87. the answer exactly as it appears in
  88. the solution. If you misspell the
  89. answer or make a typing mistake, you
  90. lose your turn. Double check that you
  91. typed what you intended before
  92. hitting <RETURN>. If you solve the
  93. puzzle correctly, you get to keep all
  94. the money you won during the round;
  95. there is a $200 house minimun. Sorry,
  96. but there is no shopping option.
  97.  
  98. After the four rounds, the player
  99. with the most money goes to the bonus
  100. round (a winner is chosen randomly in
  101. the case of a tie). In the bonus
  102. round, you get to choose 5 consonants
  103. and a vowel. After they are exposed
  104. you must solve the puzzle for
  105. $10,000. There is no time limit.
  106.  
  107. Using the Program
  108.  
  109. Wheel'of'fortune will work perfectly
  110. if RUN from the AHOY! disk. If you
  111. plan to copy it to another disk, be
  112. sure to include these files:
  113. wheel'of'fortune, hrg.wheel,
  114. ran.wheel, and load/save.mem.
  115.  
  116. WARNINGS
  117.  
  118. The computer is intolerant of
  119. mistakes. If you type the wrong
  120. letter, the computer won't bite you,
  121. but it won't let you fix your mistake
  122. either. (I've never seen a contestant
  123. on the game show get a second
  124. chance). The moral is: be careful how
  125. you type. Also note that different
  126. sections of the program expect
  127. different replies. If the computer
  128. prompts you for a consonant and you
  129. type a vowel, nothing will happen.
  130. This is normal, don't take your
  131. computer back to the store thinking
  132. something is wrong.
  133.  
  134. One final note: the function keys are
  135. used to choose certain options. This
  136. shouldn't cause any trouble, but if
  137. pressed at the wrong time, the
  138. function keys may swap the text and
  139. graphics screen. If you see the wheel
  140. and the ball isn't moving, try
  141. hitting F1 to go back to the text
  142. screen.
  143.